home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
sviluppo
/
svilupp1
/
phxln426.rdm
< prev
next >
Wrap
Text File
|
1997-01-18
|
1KB
|
35 lines
Short: PhxLnk V4.26 Amiga DOS Linker
Author: frank@phoenix.owl.de (Frank Wille)
Uploader: frank@phoenix.owl.de
Version: 4.26
Type: dev/asm
Replaces: dev/asm/PhxLnk425*
Requires: OS2.04
PhxLnk is Freeware and supports all features of a standard Amiga-DOS linker
(like BLink), except overlay hunks and automatic link vectors (ALV).
There are two versions of PhxLnk, one for OS2.x and another for OS3.x.
Some features:
o Links object files and libraries (SAS/C extended libraries too)
o Sections may be forced to Chip RAM
o Small Code, Small Data support
o SAS/C-Blink Small Data compatibility available
o '_MERGED' sections are recognized automatically (and coalesced like
Small Data sections)
o Symbolic and Source Level Debugging (PowerVisor compatibility included)
o Debug blocks are removed on request
o Deletes empty sections
o Zero bytes at the end of a section will be deleted and appear in the
HUNK_HEADER block only
o User may define absolute external symbols
o Generates HUNK_RELOC32SHORT blocks by default
CHANGES SINCE PHXLNK V4.25 (last Aminet release):
o Two new options, NOSHORTRELOCS/S and DONTSHORTENSECT/S for separately
disabling RELOC32SHORT hunk blocks and the deletion of zero bytes, at
the end of each section.
o New linker symbol _CODE_LEN_ reflects the size of the first code
section in bytes.